You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
18 lines
837 B
Plaintext
18 lines
837 B
Plaintext
Title: Struct Specifiers
|
|
Crumbs:%ROOT%, Programming/UnrealArchitecture/Reference, Programming/UnrealArchitecture/Reference, Programming/UnrealArchitecture/Reference/Structs
|
|
Description: Keywords used when declaring gameplay structs to specify how the struct behaves with various aspects of the engine and editor.
|
|
Availability:Public
|
|
Version: 4.9
|
|
|
|
|
|
[EXCERPT:main]
|
|
When declaring structs, specifiers can be added to the declaration to control how the struct behaves with various
|
|
aspects of the engine and editor.
|
|
|
|
|
|
* [](Programming/UnrealArchitecture/Reference/Structs/Specifiers/Atomic)
|
|
* [](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType)
|
|
* [](Programming/UnrealArchitecture/Reference/Structs/Specifiers/Immutable)
|
|
* [](Programming/UnrealArchitecture/Reference/Structs/Specifiers/NoExport)
|
|
[/EXCERPT:main]
|