We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba51a9 commit 3a91404Copy full SHA for 3a91404
docs/Subclassing_API.md
@@ -173,7 +173,7 @@ class Hero(Character):
173
# this new static method will be available to blueprints
174
def FunnyStaticMethod():
175
ue.print_string('I am a static method')
176
- FunnyNewMethod.static = True
+ FunnyStaticMethod.static = True
177
```
178
179
Events can be easily exposed like this:
0 commit comments